home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 48
/
MOBICLIC 48.ISO
/
pc
/
DATA
/
COMMUNS
/
GENERIC.DIR
/
00005_Script_5
< prev
next >
Wrap
Text File
|
2002-10-17
|
312b
|
20 lines
on mouseUp me
desinstall
sprite(8).visible = 0
end
on mouseEnter
H = sprite(8).locH
V = sprite(8).locV
sprite(8).locH = H+3
sprite(8).locV = V+3
cursor 280
end
on mouseLeave
H = sprite(8).locH
V = sprite(8).locV
sprite(8).locH = H-3
sprite(8).locV = V-3
cursor -1
end